"

Set 5 Problem number 9


Problem

You walk along level ground in a straight line from some initial point to some terminal point.

If I walk .85 miles to the East, then I will be directly South of your terminal point.  Your terminal point will lie 7.19 miles to the North.

Solution

A sketch should consist of two vectors, the first running from the initial point to the East and the other from its terminal point to the North.

This vector triangle represents the various displacements:

Generalized Solution

We can set up an x-y coordinate system with the x axis point East and the y axis pointing North.

Explanation in terms of Figure(s), Extension

The figure below shows the displacements sx and sy as vectors parallel to the x and y axes.

The effective distance of this displacement is the length `sqrt(sx^2 + xy^2) of the hypotenuse.

The angle of the displacement is arctan(sy / sx).

Figure(s)

The displacement vector is the resultant of its components.

 

"